/**
 * reset html tag
 * --------------------------------------------------
 */

 body,
 ol, ul, li, dl, dt, dd,
 h1, h2, h3, h4, h5, h6, p, pre,
 form, fieldset, legend, input, textarea, select, button,
 blockquote, th, td, hr, article, aside, details,
 figcaption, figure, header, footer, section, hgroup, menu, nav {
     margin: 0;
     padding: 0;
     font-family: Microsoft Yahei, Verdana, Arial, SimSun;
 }
 
 ol, ul, li {
     list-style: none outside none;
 }
 
 img {
     border: 0;
 }
 
 input, a, select, button {
     outline: 0;
 }
 
 a {
     text-decoration: none;
 }
 
 i, s {
     display: inline-block;
 }
 body{
     background: #FFFFFF;
 }